[INFO] fetching crate tonality 0.1.1...
[INFO] checking tonality-0.1.1 against master#dc375db7d8df0aa450e622c529147c95eee756f5 for pr-156749
[INFO] extracting crate tonality 0.1.1 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate tonality 0.1.1
[INFO] finished tweaking crates.io crate tonality 0.1.1
[INFO] tweaked toml for crates.io crate tonality 0.1.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate tonality 0.1.1 on toolchain dc375db7d8df0aa450e622c529147c95eee756f5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dc375db7d8df0aa450e622c529147c95eee756f5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dc375db7d8df0aa450e622c529147c95eee756f5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 48 packages to latest compatible versions
[INFO] [stderr]       Adding num-derive v0.3.3 (available: v0.4.2)
[INFO] [stderr]       Adding proptest v0.9.6 (available: v1.11.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dc375db7d8df0aa450e622c529147c95eee756f5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bit-vec v0.6.3
[INFO] [stderr]   Downloaded bit-set v0.5.3
[INFO] [stderr]   Downloaded rusty-fork v0.2.2
[INFO] [stderr]   Downloaded num-derive v0.3.3
[INFO] [stderr]   Downloaded proptest v0.9.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d72f5099e28ce92f7d5e79ccac368600e88b65facf836a2b92927a22029269c9
[INFO] running `Command { std: "docker" "start" "d72f5099e28ce92f7d5e79ccac368600e88b65facf836a2b92927a22029269c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d72f5099e28ce92f7d5e79ccac368600e88b65facf836a2b92927a22029269c9" "/opt/rustwide/cargo-home/bin/cargo" "+dc375db7d8df0aa450e622c529147c95eee756f5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d72f5099e28ce92f7d5e79ccac368600e88b65facf836a2b92927a22029269c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d72f5099e28ce92f7d5e79ccac368600e88b65facf836a2b92927a22029269c9" "/opt/rustwide/cargo-home/bin/cargo" "+dc375db7d8df0aa450e622c529147c95eee756f5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking proptest v0.9.6
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]     Checking tonality v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: this attribute can only be applied to a `use` item
[INFO] [stdout]   --> src/lib.rs:57:7
[INFO] [stdout]    |
[INFO] [stdout] 57 | #[doc(inline)]
[INFO] [stdout]    |       ^^^^^^ only applicable on `use` items
[INFO] [stdout] 58 | pub mod accidental;
[INFO] [stdout]    | ------------------ not a `use` item
[INFO] [stdout]    |
[INFO] [stdout]    = note: read <https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#inline-and-no_inline> for more information
[INFO] [stdout]    = note: `#[warn(invalid_doc_attributes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this attribute can only be applied to a `use` item
[INFO] [stdout]   --> src/lib.rs:59:7
[INFO] [stdout]    |
[INFO] [stdout] 59 | #[doc(inline)]
[INFO] [stdout]    |       ^^^^^^ only applicable on `use` items
[INFO] [stdout] 60 | pub mod alteration;
[INFO] [stdout]    | ------------------ not a `use` item
[INFO] [stdout]    |
[INFO] [stdout]    = note: read <https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#inline-and-no_inline> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this attribute can only be applied to a `use` item
[INFO] [stdout]   --> src/lib.rs:61:7
[INFO] [stdout]    |
[INFO] [stdout] 61 | #[doc(inline)]
[INFO] [stdout]    |       ^^^^^^ only applicable on `use` items
[INFO] [stdout] 62 | pub mod interval;
[INFO] [stdout]    | ---------------- not a `use` item
[INFO] [stdout]    |
[INFO] [stdout]    = note: read <https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#inline-and-no_inline> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this attribute can only be applied to a `use` item
[INFO] [stdout]   --> src/lib.rs:63:7
[INFO] [stdout]    |
[INFO] [stdout] 63 | #[doc(inline)]
[INFO] [stdout]    |       ^^^^^^ only applicable on `use` items
[INFO] [stdout] 64 | pub mod key;
[INFO] [stdout]    | ----------- not a `use` item
[INFO] [stdout]    |
[INFO] [stdout]    = note: read <https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#inline-and-no_inline> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this attribute can only be applied to a `use` item
[INFO] [stdout]   --> src/lib.rs:65:7
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[doc(inline)]
[INFO] [stdout]    |       ^^^^^^ only applicable on `use` items
[INFO] [stdout] 66 | pub mod step;
[INFO] [stdout]    | ------------ not a `use` item
[INFO] [stdout]    |
[INFO] [stdout]    = note: read <https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#inline-and-no_inline> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this attribute can only be applied to a `use` item
[INFO] [stdout]   --> src/lib.rs:67:7
[INFO] [stdout]    |
[INFO] [stdout] 67 | #[doc(inline)]
[INFO] [stdout]    |       ^^^^^^ only applicable on `use` items
[INFO] [stdout] 68 | pub mod tpc;
[INFO] [stdout]    | ----------- not a `use` item
[INFO] [stdout]    |
[INFO] [stdout]    = note: read <https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#inline-and-no_inline> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this attribute can only be applied to a `use` item
[INFO] [stdout]   --> src/lib.rs:57:7
[INFO] [stdout]    |
[INFO] [stdout] 57 | #[doc(inline)]
[INFO] [stdout]    |       ^^^^^^ only applicable on `use` items
[INFO] [stdout] 58 | pub mod accidental;
[INFO] [stdout]    | ------------------ not a `use` item
[INFO] [stdout]    |
[INFO] [stdout]    = note: read <https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#inline-and-no_inline> for more information
[INFO] [stdout]    = note: `#[warn(invalid_doc_attributes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this attribute can only be applied to a `use` item
[INFO] [stdout]   --> src/lib.rs:59:7
[INFO] [stdout]    |
[INFO] [stdout] 59 | #[doc(inline)]
[INFO] [stdout]    |       ^^^^^^ only applicable on `use` items
[INFO] [stdout] 60 | pub mod alteration;
[INFO] [stdout]    | ------------------ not a `use` item
[INFO] [stdout]    |
[INFO] [stdout]    = note: read <https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#inline-and-no_inline> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this attribute can only be applied to a `use` item
[INFO] [stdout]   --> src/lib.rs:61:7
[INFO] [stdout]    |
[INFO] [stdout] 61 | #[doc(inline)]
[INFO] [stdout]    |       ^^^^^^ only applicable on `use` items
[INFO] [stdout] 62 | pub mod interval;
[INFO] [stdout]    | ---------------- not a `use` item
[INFO] [stdout]    |
[INFO] [stdout]    = note: read <https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#inline-and-no_inline> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this attribute can only be applied to a `use` item
[INFO] [stdout]   --> src/lib.rs:63:7
[INFO] [stdout]    |
[INFO] [stdout] 63 | #[doc(inline)]
[INFO] [stdout]    |       ^^^^^^ only applicable on `use` items
[INFO] [stdout] 64 | pub mod key;
[INFO] [stdout]    | ----------- not a `use` item
[INFO] [stdout]    |
[INFO] [stdout]    = note: read <https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#inline-and-no_inline> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this attribute can only be applied to a `use` item
[INFO] [stdout]   --> src/lib.rs:65:7
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[doc(inline)]
[INFO] [stdout]    |       ^^^^^^ only applicable on `use` items
[INFO] [stdout] 66 | pub mod step;
[INFO] [stdout]    | ------------ not a `use` item
[INFO] [stdout]    |
[INFO] [stdout]    = note: read <https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#inline-and-no_inline> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this attribute can only be applied to a `use` item
[INFO] [stdout]   --> src/lib.rs:67:7
[INFO] [stdout]    |
[INFO] [stdout] 67 | #[doc(inline)]
[INFO] [stdout]    |       ^^^^^^ only applicable on `use` items
[INFO] [stdout] 68 | pub mod tpc;
[INFO] [stdout]    | ----------- not a `use` item
[INFO] [stdout]    |
[INFO] [stdout]    = note: read <https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#inline-and-no_inline> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> src/accidental.rs:5:41
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Clone, Copy, Debug, PartialEq, FromPrimitive)]
[INFO] [stdout]   |                                         ^------------
[INFO] [stdout]   |                                         |
[INFO] [stdout]   |                                         `FromPrimitive` is not local
[INFO] [stdout]   |                                         move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Accidental`
[INFO] [stdout] 6 | #[allow(missing_docs)]
[INFO] [stdout] 7 | pub enum Accidental {
[INFO] [stdout]   |          ---------- `Accidental` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]   = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/interval.rs:11:41
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Clone, Copy, Debug, PartialEq, FromPrimitive, Eq, PartialOrd, Ord)]
[INFO] [stdout]    |                                         ^------------
[INFO] [stdout]    |                                         |
[INFO] [stdout]    |                                         `FromPrimitive` is not local
[INFO] [stdout]    |                                         move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Interval`
[INFO] [stdout] 12 | #[allow(missing_docs)]
[INFO] [stdout] 13 | pub enum Interval {
[INFO] [stdout]    |          -------- `Interval` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/key.rs:9:41
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[derive(Clone, Copy, Debug, PartialEq, FromPrimitive)]
[INFO] [stdout]    |                                         ^------------
[INFO] [stdout]    |                                         |
[INFO] [stdout]    |                                         `FromPrimitive` is not local
[INFO] [stdout]    |                                         move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Key`
[INFO] [stdout] ...
[INFO] [stdout] 12 | pub enum Key {
[INFO] [stdout]    |          --- `Key` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/step.rs:13:62
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(Clone, Copy, Debug, PartialEq, PartialOrd, Eq, Ord, FromPrimitive)]
[INFO] [stdout]    |                                                              ^------------
[INFO] [stdout]    |                                                              |
[INFO] [stdout]    |                                                              `FromPrimitive` is not local
[INFO] [stdout]    |                                                              move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Step`
[INFO] [stdout] ...
[INFO] [stdout] 16 | pub enum Step {
[INFO] [stdout]    |          ---- `Step` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/tpc.rs:17:62
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[derive(Clone, Copy, PartialOrd, Ord, Eq, Debug, PartialEq, FromPrimitive)]
[INFO] [stdout]    |                                                              ^------------
[INFO] [stdout]    |                                                              |
[INFO] [stdout]    |                                                              `FromPrimitive` is not local
[INFO] [stdout]    |                                                              move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Tpc`
[INFO] [stdout] ...
[INFO] [stdout] 21 | pub enum Tpc {
[INFO] [stdout]    |          --- `Tpc` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> src/accidental.rs:5:41
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Clone, Copy, Debug, PartialEq, FromPrimitive)]
[INFO] [stdout]   |                                         ^------------
[INFO] [stdout]   |                                         |
[INFO] [stdout]   |                                         `FromPrimitive` is not local
[INFO] [stdout]   |                                         move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Accidental`
[INFO] [stdout] 6 | #[allow(missing_docs)]
[INFO] [stdout] 7 | pub enum Accidental {
[INFO] [stdout]   |          ---------- `Accidental` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]   = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/interval.rs:11:41
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Clone, Copy, Debug, PartialEq, FromPrimitive, Eq, PartialOrd, Ord)]
[INFO] [stdout]    |                                         ^------------
[INFO] [stdout]    |                                         |
[INFO] [stdout]    |                                         `FromPrimitive` is not local
[INFO] [stdout]    |                                         move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Interval`
[INFO] [stdout] 12 | #[allow(missing_docs)]
[INFO] [stdout] 13 | pub enum Interval {
[INFO] [stdout]    |          -------- `Interval` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/key.rs:9:41
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[derive(Clone, Copy, Debug, PartialEq, FromPrimitive)]
[INFO] [stdout]    |                                         ^------------
[INFO] [stdout]    |                                         |
[INFO] [stdout]    |                                         `FromPrimitive` is not local
[INFO] [stdout]    |                                         move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Key`
[INFO] [stdout] ...
[INFO] [stdout] 12 | pub enum Key {
[INFO] [stdout]    |          --- `Key` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/step.rs:13:62
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(Clone, Copy, Debug, PartialEq, PartialOrd, Eq, Ord, FromPrimitive)]
[INFO] [stdout]    |                                                              ^------------
[INFO] [stdout]    |                                                              |
[INFO] [stdout]    |                                                              `FromPrimitive` is not local
[INFO] [stdout]    |                                                              move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Step`
[INFO] [stdout] ...
[INFO] [stdout] 16 | pub enum Step {
[INFO] [stdout]    |          ---- `Step` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/tpc.rs:17:62
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[derive(Clone, Copy, PartialOrd, Ord, Eq, Debug, PartialEq, FromPrimitive)]
[INFO] [stdout]    |                                                              ^------------
[INFO] [stdout]    |                                                              |
[INFO] [stdout]    |                                                              `FromPrimitive` is not local
[INFO] [stdout]    |                                                              move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Tpc`
[INFO] [stdout] ...
[INFO] [stdout] 21 | pub enum Tpc {
[INFO] [stdout]    |          --- `Tpc` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
[INFO] running `Command { std: "docker" "inspect" "d72f5099e28ce92f7d5e79ccac368600e88b65facf836a2b92927a22029269c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d72f5099e28ce92f7d5e79ccac368600e88b65facf836a2b92927a22029269c9", kill_on_drop: false }`
[INFO] [stdout] d72f5099e28ce92f7d5e79ccac368600e88b65facf836a2b92927a22029269c9
